home *** CD-ROM | disk | FTP | other *** search
/ Cubase Magazine 48 / Issue #48.iso / pc / 2-SOFTWARE / TapeIt / TapeIt.chm / source / tapeit.htmlhelp.css < prev   
Cascading Style Sheet File  |  2002-07-05  |  791b  |  62 lines

  1.  
  2. a:hover { color:red; }        
  3. a:focus { color:red; }        
  4.  
  5. body {
  6.     font-family: Arial, Helvetica, sans-serif;
  7.     color: black;
  8.     background-color: white;
  9.     font-size : 11pt;
  10. }
  11.  
  12. p {
  13.     margin-top: 8pt
  14. }
  15.  
  16. h2 { font-size:14pt; margin-bottom:18px; }
  17.  
  18. h3 { font-size:12pt; margin-bottom:14px; }
  19.  
  20. h2 img {
  21.     vertical-align:text-top;
  22.     margin-left: 25pt;
  23. }
  24.  
  25. img {
  26.     border-style: none;
  27. }
  28.  
  29. img.float {
  30.     float : left;
  31.     margin-right : 8pt;
  32.     margin-bottom : 5pt;
  33. }
  34.  
  35. .clear {
  36.     clear:left;
  37. }
  38.  
  39. table.ind {
  40.     padding-bottom:5px;
  41.     padding-right: 11px;
  42. }
  43.  
  44. .inscriptionL {
  45.     position:absolute;
  46.     text-align: left;
  47. }
  48.  
  49. .inscriptionR {
  50.     position:absolute;
  51.     text-align: right;
  52.     width: 200px;
  53. }
  54.  
  55. .inscriptionT {
  56.     position:absolute;
  57.     text-align: center;
  58.     width: 200px;
  59. }
  60.  
  61.  
  62.